From 508506a1122ea0dcc7776b525233db665167e8de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D0=BB=D0=B8=D0=BF=D0=B5=D0=BD=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Mon, 25 Jul 2016 14:23:15 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@108 a8b55f48-bf90-11e4-a774-851b48703e85 --- cd_utils/pult/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cd_utils/pult/main.cpp b/cd_utils/pult/main.cpp index 38f08ba..a8c31f4 100644 --- a/cd_utils/pult/main.cpp +++ b/cd_utils/pult/main.cpp @@ -1,6 +1,7 @@ #include #include "cd_pult.h" +class A {public: A() {} ~A() {} private: void a() {}}; int main(int argc, char *argv[]) { PIFile::setDefaultCharset("UTF-8");