Simplify/Make VS happy

This commit is contained in:
Thomas Geymayer
2012-11-27 15:14:54 +01:00
parent 77946585b1
commit c19585e22a
4 changed files with 20 additions and 31 deletions

View File

@@ -42,7 +42,6 @@ typedef boost::shared_ptr<DoubleDerived> DoubleDerivedPtr;
typedef boost::shared_ptr<DoubleDerived2> DoubleDerived2Ptr;
naRef member(Derived&, const nasal::CallContext&) { return naNil(); }
naRef member(DerivedPtr&, const nasal::CallContext&) { return naNil(); }
int main(int argc, char* argv[])
{