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
77ab6d5b
Commit
77ab6d5b
authored
Apr 01, 2003
by
thomas
Browse files
no message
git-svn-id:
https://svn.grrrr.org/ext/trunk@567
4d9ac71a-51e6-0310-8455-cad1006bcd31
parent
d7cba2ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/fllib.cpp
View file @
77ab6d5b
...
...
@@ -234,7 +234,7 @@ void flext_obj::obj_add(bool lib,bool dsp,bool attr,const char *idname,const cha
*
cl
=
::
class_new
(
(
t_symbol
*
)
nsym
,
(
t_newmethod
)
obj_new
,(
t_method
)
obj_free
,
sizeof
(
flext_hdr
),
0
,
A_GIMME
,
A_NULL
);
sizeof
(
flext_hdr
),
CLASS_DEFAULT
,
A_GIMME
,
A_NULL
);
#elif FLEXT_SYS == FLEXT_SYS_MAX
if
(
!
lib
)
{
::
setup
(
...
...
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