correct (rather serious) warning.

This commit is contained in:
toshok%hungry.com 1998-12-10 10:51:45 +00:00
Родитель a69b2c5305
Коммит 448294c402
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -82,7 +82,7 @@ private:
/*
* Copying a VirtualRegisterPtr is forbidden.
*/
VirtuaRegisterPtr(const VirtualRegisterPtr& vRegPtr);
VirtualRegisterPtr(const VirtualRegisterPtr& vRegPtr);
void operator = (const VirtualRegisterPtr& vRegPtr);
#endif