Formatting corrections

This commit is contained in:
ThePhD 2013-12-01 18:57:28 -05:00
parent 9f79e8c573
commit ebf4908c27

View File

@ -1,9 +1,9 @@
#ifndef SOL_FUNCTION_HPP #ifndef SOL_FUNCTION_HPP
#define SOL_FUNCTION_HPP #define SOL_FUNCTION_HPP
#include <sol.hpp> #include "reference.hpp"
#include <sol/tuple.hpp> #include "tuple.hpp"
#include <sol/reference.hpp> #include "stack.hpp"
namespace sol { namespace sol {
class function : virtual public reference { class function : virtual public reference {