diff options
Diffstat (limited to 'src/Project.hpp')
-rw-r--r-- | src/Project.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Project.hpp b/src/Project.hpp index 15e2b26..6236ead 100644 --- a/src/Project.hpp +++ b/src/Project.hpp @@ -36,7 +36,7 @@ public: ~Project(); void clear(); - + typedef std::list< boost::shared_ptr<LashClient> > Clients; const std::string& get_name() const; |