fixed: friend keyword should be used with a type name like 'class'

git-svn-id: svn://ttmath.org/publicrep/pikotools/trunk@423 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2012-07-01 22:49:08 +00:00
parent 4d968f5a85
commit 862dd01ea9
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ public:
size_t dynamic_array_index;
size_t index;
friend MemBuffer;
friend class MemBuffer;
};
@ -99,7 +99,7 @@ public:
size_t dynamic_array_index;
size_t index;
friend MemBuffer;
friend class MemBuffer;
};