Fix warnings found by Clang
[quassel.git] / src / client / clientuserinputhandler.h
index 4065408..f5bf36a 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2012 by the Quassel Project                        *
+ *   Copyright (C) 2005-2013 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -24,7 +24,7 @@
 #include "basichandler.h"
 
 class BufferInfo;
-class NetworkId;
+struct NetworkId;
 
 class ClientUserInputHandler : public BasicHandler
 {