]> Dogcows Code - chaz/openbox/blobdiff - src/Resource.h
gcc 3 compatibility, converted strstreams to stringstreams
[chaz/openbox] / src / Resource.h
index 726755f385d2aa5f8cf12e94871c07f75a250a3e..e75b87185dbec898bd88519401380373c6f47f72 100644 (file)
@@ -29,7 +29,7 @@
 
 class Resource {
 public:
-  Resource(const std::string &file);
+  explicit Resource(const std::string &file);
   Resource();
   virtual ~Resource();
 
@@ -50,6 +50,7 @@ public:
 
   void save();
   bool load();
+  void create();
 
   void setValue(const std::string &rname, bool value);
   void setValue(const std::string &rname, int value);
This page took 0.021063 seconds and 4 git commands to generate.