corrected: in some places declarations of classes where mixed with struct (class/struct)

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@812 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2012-02-29 22:52:55 +00:00
parent 0e9f587591
commit d2fa3b7171
3 changed files with 5 additions and 5 deletions

View File

@ -110,8 +110,8 @@ private:
long content_id; // content id in 'content' table
int ref; // content references
friend class Db;
friend class DbItemColumns;
friend class Db;
friend struct DbItemColumns;
};

View File

@ -17,11 +17,11 @@
#include "notifythread.h"
class Request;
struct Request;
class Config;
class Users;
class Dirs;
class Synchro;
struct Synchro;
class ThreadManager;

View File

@ -17,7 +17,7 @@
#include "ezc.h"
#include "htmltextstream.h"
class User;
struct User;
namespace TemplatesFunctions