]> Dogcows Code - chaz/openbox/blobdiff - src/Resource.h
load_rc(BScreen *) now uses the obResource class to load its configuration
[chaz/openbox] / src / Resource.h
index 90b86d315ca06fd12c89c46d2aa073bbc9ce398e..253c09ee876097516df4793ae6fbb17f9b314ee0 100644 (file)
@@ -30,9 +30,9 @@
 class obResource {
 public:
   obResource(const std::string &file);
+  obResource();
   virtual ~obResource();
 
-  // an empty string is an invalid value for the file and will cause an assert
   inline const std::string &file() const {
     return static_cast<const std::string &>(m_file);
   }
This page took 0.020584 seconds and 4 git commands to generate.