ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FeepingCreaturism/Jargon.hpp
(Generate patch)

Comparing FeepingCreaturism/Jargon.hpp (file contents):
Revision 224 by Douglas Thrift, 2004-09-06T01:58:43-07:00 vs.
Revision 225 by Douglas Thrift, 2004-09-06T04:03:48-07:00

# Line 16 | Line 16 | class Jargon
16   private:
17          ios::String buffer;
18   public:
19 <        Jargon(const ext::String& path, bool include = false);
19 >        Jargon(const ext::String& path, bool include, const ext::String& relative);
20   // friends:
21          friend ios::PrintWriter& operator<<(ios::PrintWriter& pout,
22                  const Jargon& jargon) { return pout << jargon.buffer; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines