aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source/classes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vasp/source/classes.cpp')
-rw-r--r--externals/grill/vasp/source/classes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/vasp/source/classes.cpp b/externals/grill/vasp/source/classes.cpp
index 42697a1e..1e15076f 100644
--- a/externals/grill/vasp/source/classes.cpp
+++ b/externals/grill/vasp/source/classes.cpp
@@ -57,7 +57,7 @@ V vasp_base::m_radio(I argc,const t_atom *argv)
{
if(argc > 0 && IsSymbol(argv[0])) {
// send command to self!
- m_methodmain(0,GetSymbol(argv[0]),argc-1,argv+1);
+ ToSelfAnything(0,GetSymbol(argv[0]),argc-1,argv+1);
// send command to the next objects in line
ToOutAnything(0,sym_radio,argc,argv);