]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Dispatcher.hh
minor refactoring and state progress
[chaz/yoink] / src / Moof / Dispatcher.hh
index bbce87872e67e1afdcf0b0c21b19f9ff56a83fd3..7945752df0b21ff3b97aa2104ee1b6bc1c3e4c0b 100644 (file)
@@ -57,7 +57,7 @@ public:
 class Dispatcher
 {
        class Impl;
-       boost::shared_ptr<Impl> impl_;
+       boost::shared_ptr<Impl> mImpl;
 
 public:
 
@@ -107,7 +107,7 @@ inline void dispatch(const std::string& message, const Notification* param = 0)
        Dispatcher::getInstance().dispatch(message, param);
 }
 
-} // namespace dispatch
+} // namespace dispatcher
 
 
 } // namespace Mf
This page took 0.017158 seconds and 4 git commands to generate.