diff options
Diffstat (limited to 'externals/grill/flext')
-rw-r--r-- | externals/grill/flext/flext.cw | bin | 454327 -> 506677 bytes | |||
-rwxr-xr-x | externals/grill/flext/flext.pbproj/project.pbxproj | 2 | ||||
-rw-r--r-- | externals/grill/flext/source/flsupport.h | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/externals/grill/flext/flext.cw b/externals/grill/flext/flext.cw Binary files differindex 9d5eecd8..d331bede 100644 --- a/externals/grill/flext/flext.cw +++ b/externals/grill/flext/flext.cw diff --git a/externals/grill/flext/flext.pbproj/project.pbxproj b/externals/grill/flext/flext.pbproj/project.pbxproj index b80efb1f..fc84831e 100755 --- a/externals/grill/flext/flext.pbproj/project.pbxproj +++ b/externals/grill/flext/flext.pbproj/project.pbxproj @@ -750,7 +750,6 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; HEADER_SEARCH_PATHS = /usr/local/pd/src; - INSTALL_PATH = /usr/local/pd/flext; LIBRARY_STYLE = STATIC; OPTIMIZATION_CFLAGS = "-O3"; OTHER_CFLAGS = "-D FLEXT_SYS=2 -Wno-switch -Wno-long-double"; @@ -767,7 +766,6 @@ ); isa = PBXLibraryTarget; name = "PD@OSX single"; - productInstallPath = /usr/local/pd/flext; productName = "PD@OSX"; productReference = F55CEDC20383E6E401A80AC9; shouldUseHeadermap = 0; diff --git a/externals/grill/flext/source/flsupport.h b/externals/grill/flext/source/flsupport.h index c9235d95..a40ef6cf 100644 --- a/externals/grill/flext/source/flsupport.h +++ b/externals/grill/flext/source/flsupport.h @@ -883,7 +883,7 @@ public: { public: Timer(bool queued = false); - ~Timer(); + virtual ~Timer(); //! Set timer callback function void SetCallback(void (*cb)(void *data)) { clss = NULL,cback = cb; } |