]> Some of my projects - anidbudpclient.git/commitdiff
Add missing forward declaration.
authorAPTX <marek321@gmail.com>
Mon, 14 Feb 2011 09:05:15 +0000 (10:05 +0100)
committerAPTX <marek321@gmail.com>
Mon, 14 Feb 2011 09:05:15 +0000 (10:05 +0100)
file.h

diff --git a/file.h b/file.h
index f97d7c0b87f41b78603f574b42633fef4cbd88b0..2d7f1fd1a2f527005a1a63ddf7ebfcd2823a0424 100644 (file)
--- a/file.h
+++ b/file.h
@@ -12,6 +12,7 @@
 
 namespace AniDBUdpClient {
 
+class ClientInterface;
 class FileCommand;
 class MyListCommand;
 class HashResult;