changed: class Cur -> struct Cur in plugin.h

git-svn-id: svn://ttmath.org/publicrep/winix/branches/0.7.x@1154 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2018-11-23 18:34:01 +00:00
parent 603e0679e7
commit 63ef007ca1
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
namespace Winix
{
class Db;
class Cur;
struct Cur;
class System;
class Functions;
class Templates;