Skip to content

Commit 75677db

Browse files
committed
fix: change "ParseException.h" to "parseException.h"
Signed-off-by: RobotHuang <[email protected]>
1 parent 633e6a0 commit 75677db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

casbin/ip_parser/exception/parserException.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#include "pch.h"
44

5-
#include "./ParserException.h"
5+
#include "./parserException.h"
66

77
ParserException :: ParserException(string error_message){
88
this->error_message = error_message;

casbin/ip_parser/parser/parseCIDR.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "./parseIPv4.h"
1212
#include "./parseIPv6.h"
1313
#include "./CIDRMask.h"
14-
#include "../exception/ParserException.h"
14+
#include "../exception/parserException.h"
1515

1616
CIDR parseCIDR(string s);
1717

0 commit comments

Comments
 (0)