From c8fb623890308d4968704d4b496b568ee31d6ee4 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 17 May 2016 11:58:35 +0000 Subject: [PATCH] Include : - aggiornamento. --- EGkUserObj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EGkUserObj.h b/EGkUserObj.h index ee0866c..fdbf061 100644 --- a/EGkUserObj.h +++ b/EGkUserObj.h @@ -32,7 +32,7 @@ class __declspec( novtable) IUserObj public : // save & load virtual bool ToSave( void) const { return false ; } virtual bool Save( STRVECTOR& vString) const { return false ; } - virtual bool Load( const STRVECTOR& vString) { return false ; } + virtual bool Load( const STRVECTOR& vString, int nBaseGdbId) { return false ; } public : // show & transform geometry (only if with a GeoObj) virtual bool GetDrawPolyLines( POLYLINELIST& lstPL) const { return false ; } virtual bool Translate( const Vector3d& vtMove) { return true ; }