aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source/buflib.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vasp/source/buflib.h')
-rw-r--r--externals/grill/vasp/source/buflib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/vasp/source/buflib.h b/externals/grill/vasp/source/buflib.h
index b53be9c8..545e8103 100644
--- a/externals/grill/vasp/source/buflib.h
+++ b/externals/grill/vasp/source/buflib.h
@@ -26,8 +26,8 @@ namespace BufLib
BufEntry *NewImm(I fr,BL zero = true);
- V IncRef(t_symbol *s);
- V DecRef(t_symbol *s);
+ V IncRef(const t_symbol *s);
+ V DecRef(const t_symbol *s);
BufEntry *Resize(BufEntry *e,I fr,BL keep = false,BL zero = true);
}