From 3489a3d878d9ab1e41ad31825785f0444718f774 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: Tue, 25 Sep 2018 08:03:25 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@627 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- src_main/system/pilibrary.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src_main/system/pilibrary.h b/src_main/system/pilibrary.h index 24bb6268..bd43abaf 100644 --- a/src_main/system/pilibrary.h +++ b/src_main/system/pilibrary.h @@ -33,6 +33,7 @@ public: void * resolve(const char * symbol); bool isLoaded() const; + PIString path() const {return libpath;} PIString lastError() const {return liberror;} private: