X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FDispatcher.hh;fp=src%2FMoof%2FDispatcher.hh;h=7945752df0b21ff3b97aa2104ee1b6bc1c3e4c0b;hp=bbce87872e67e1afdcf0b0c21b19f9ff56a83fd3;hb=a31d65a998121df0651c57bfb68782e2a07d2e2f;hpb=31d52677b38d935297d132bdbd956c655cd3feee diff --git a/src/Moof/Dispatcher.hh b/src/Moof/Dispatcher.hh index bbce878..7945752 100644 --- a/src/Moof/Dispatcher.hh +++ b/src/Moof/Dispatcher.hh @@ -57,7 +57,7 @@ public: class Dispatcher { class Impl; - boost::shared_ptr impl_; + boost::shared_ptr 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