diff --git a/arbitrile.cpp b/arbitrile.cpp index 0f427874..4fb09645 100644 --- a/arbitrile.cpp +++ b/arbitrile.cpp @@ -72,7 +72,7 @@ template void verify_index(int index, const T& v) { if(!correct_index(i string unnamed = "unnamed"; -void load(const string& fname) { +EX void load(const string& fname) { fhstream f(fname, "rt"); string s; while(true) {