Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
flext
Commits
5e039cb0
Commit
5e039cb0
authored
Nov 05, 2002
by
thomas
Browse files
no message
git-svn-id:
https://svn.grrrr.org/ext/trunk@361
4d9ac71a-51e6-0310-8455-cad1006bcd31
parent
de9ed9bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/flbase.h
View file @
5e039cb0
...
...
@@ -24,7 +24,7 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#include <pthread.h>
#endif
class
FLEXT_EXT
flext_obj
;
class
flext_obj
;
// ----------------------------------------------------------------------------
/*! \brief The obligatory PD or Max/MSP object header
...
...
@@ -89,7 +89,7 @@ struct FLEXT_EXT flext_hdr
*/
// ----------------------------------------------------------------------------
class
FLEXT_EXT
flext_obj
:
class
flext_obj
:
public
flext
{
public:
...
...
@@ -302,8 +302,8 @@ static void __free__(flext_hdr *hdr) \
static void __setup__(t_class *classPtr) \
{ PARENT_CLASS::__setup__(classPtr); \
NEW_CLASS::SETUPFUN(classPtr); } \
protected:
\
static inline NEW_CLASS *thisObject(void *c) { return FLEXT_CAST<NEW_CLASS *>(((flext_hdr *)c)->data); }
protected: \
static inline NEW_CLASS *thisObject(void *c) { return FLEXT_CAST<NEW_CLASS *>(((flext_hdr *)c)->data); }
// generate name of dsp/non-dsp setup function
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment