From 63ef007ca136dc11b05e4b9a55c97a15c5ab41b6 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Fri, 23 Nov 2018 18:34:01 +0000 Subject: [PATCH] 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 --- winixd/core/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winixd/core/plugin.h b/winixd/core/plugin.h index e97215c..8daf4d5 100644 --- a/winixd/core/plugin.h +++ b/winixd/core/plugin.h @@ -49,7 +49,7 @@ namespace Winix { class Db; -class Cur; +struct Cur; class System; class Functions; class Templates;