Skip to content

Commit

Permalink
.-. good thing we have travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhD committed Mar 31, 2016
1 parent 8862c65 commit c087ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sol/function_result.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include "stack.hpp"
#include "stack_proxy.hpp"
#include "proxy_base.hpp"
#include <limits>

namespace sol {
struct function_result : public proxy_base<function_result> {
Expand Down
1 change: 1 addition & 0 deletions sol/protected_function_result.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include "stack.hpp"
#include "proxy_base.hpp"
#include "stack_proxy.hpp"
#include <limits>

namespace sol {
struct protected_function_result : public proxy_base<protected_function_result> {
Expand Down

2 comments on commit c087ca3

@nabijaczleweli
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ThePhD
Copy link
Owner Author

@ThePhD ThePhD commented on c087ca3 Mar 31, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shh. :<

Please sign in to comment.