fixed building on linux; updated linux directions

This commit is contained in:
halian
2021-05-05 07:05:42 -04:00
parent 6de715557e
commit a0b755c2d9
2 changed files with 3 additions and 3 deletions
-1
View File
@@ -29,7 +29,6 @@ template <> void GetDefaultMember::handle(const Color& v) { value = to_sc
template <> void GetDefaultMember::handle(const wxDateTime& v) { value = to_script(v); }
void GetDefaultMember::handle(const ScriptValueP& v) { value = v; }
void GetDefaultMember::handle(const ScriptP& v) { value = v; }
template <> void GetDefaultMember::handle(const unsigned long& v) { value = to_script((int)v); }
// ----------------------------------------------------------------------------- : GetMember