diff options
Diffstat (limited to 'src/Client.hpp')
-rw-r--r-- | src/Client.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Client.hpp b/src/Client.hpp index b2ed675..d7defe4 100644 --- a/src/Client.hpp +++ b/src/Client.hpp @@ -22,8 +22,8 @@ #include <string> #include <sigc++/signal.h> -class ClientImpl; -class Project; +struct ClientImpl; +class Project; class Client { |