mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Fixed rename mishap
This commit is contained in:
parent
932e29a841
commit
b68a57c65c
|
@ -19,8 +19,8 @@
|
|||
// 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.
|
||||
|
||||
#ifndef error_HPP
|
||||
#define error_HPP
|
||||
#ifndef SOL_ERROR_HPP
|
||||
#define SOL_ERROR_HPP
|
||||
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
|
@ -32,4 +32,4 @@ public:
|
|||
};
|
||||
} // sol
|
||||
|
||||
#endif // error_HPP
|
||||
#endif // SOL_ERROR_HPP
|
Loading…
Reference in New Issue
Block a user