Changeset 2839


Ignore:
Timestamp:
2001-11-23T09:23:47+13:00 (22 years ago)
Author:
sjboddie
Message:

Minor changes to get compiling on Windows

Location:
trunk/gsdl/src/phind/generate
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/phind/generate/phrase.cpp

    r2801 r2839  
    180180
    181181// Output a phrase to a stream
    182 std::ostream &operator<<(std::ostream &stream, const Phrase &phrase)
     182ostream &operator<<(ostream &stream, const Phrase &phrase)
    183183{
    184184  assert(phrase.forward);
  • trunk/gsdl/src/phind/generate/phrase.h

    r2801 r2839  
    124124
    125125  // Output a phrase to a stream
    126   friend std::ostream &operator<<(std::ostream &stream, const Phrase &phrase);
     126  friend ostream &operator<<(ostream &stream, const Phrase &phrase);
    127127
    128128  int uniqueSuffixExtension;
Note: See TracChangeset for help on using the changeset viewer.