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 230 by Douglas Thrift, 2004-09-06T20:50:27-07:00 vs.
Revision 265 by Douglas Thrift, 2004-10-27T01:50:34-07:00

# Line 9 | Line 9
9  
10   #include "FeepingCreaturism.hpp"
11  
12 #include <pstream.h>
13
12   class Jargon
13   {
14   private:
15          bool include;
16 <        std::vector<std::string> args;
16 >        ext::Vector<ext::String> args;
17   public:
18          Jargon(const ext::String& path, const ext::String& jargon, bool include,
19                  const ext::String& relative);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines