From 3c7b0ea069751cb0d24811f25f3da4cb2e1566ed Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Fri, 10 Apr 2015 10:38:49 -0600 Subject: [PATCH] Revert change to example.cpp library loading --- samples/example.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/example.cpp b/samples/example.cpp index 51a8324..6d4d4d0 100644 --- a/samples/example.cpp +++ b/samples/example.cpp @@ -68,7 +68,7 @@ void take_shared_ptr(const std::shared_ptr &p) int main(int /*argc*/, char * /*argv*/[]) { using namespace chaiscript; - ChaiScript chai(chaiscript::Std_Lib::library()); + ChaiScript chai; //Create a new system object and share it with the chaiscript engine