mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Fixed some bad formatting and a missing include guard.
This commit is contained in:
parent
be3d0ac27c
commit
9c7e5f0b33
|
@ -19,6 +19,9 @@
|
||||||
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
|
#ifndef SOL_PROXY_HPP
|
||||||
|
#define SOL_PROXY_HPP
|
||||||
|
|
||||||
#include "traits.hpp"
|
#include "traits.hpp"
|
||||||
#include "object.hpp"
|
#include "object.hpp"
|
||||||
#include "function.hpp"
|
#include "function.hpp"
|
||||||
|
@ -127,3 +130,5 @@ inline bool operator!= (const proxy<Table, Key>& right, T&& left) {
|
||||||
}
|
}
|
||||||
|
|
||||||
} // sol
|
} // sol
|
||||||
|
|
||||||
|
#endif // SOL_PROXY_HPP
|
||||||
|
|
Loading…
Reference in New Issue
Block a user