]> Dogcows Code - chaz/openbox/blobdiff - src/Resource.h
renamed the obResource class to Resource.
[chaz/openbox] / src / Resource.h
index 912ae75377b725604159f51789799dbfbf89be9f..726755f385d2aa5f8cf12e94871c07f75a250a3e 100644 (file)
 #include <X11/Xlib.h>
 #include <X11/Xresource.h>
 
-class obResource {
+class Resource {
 public:
-  obResource(const std::string &file);
-  obResource();
-  virtual ~obResource();
+  Resource(const std::string &file);
+  Resource();
+  virtual ~Resource();
 
   inline const std::string &file() const {
     return static_cast<const std::string &>(m_file);
This page took 0.019818 seconds and 4 git commands to generate.