mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 12:26:59 +01:00
Fix an another sign compare warning.
This commit is contained in:
parent
567716c79a
commit
9e99f010bc
@ -138,7 +138,7 @@ protected:
|
|||||||
HTTPServerEnums::HTTPStatusCode _status_code;
|
HTTPServerEnums::HTTPStatusCode _status_code;
|
||||||
String _full_path;
|
String _full_path;
|
||||||
Vector<String> _path_stack;
|
Vector<String> _path_stack;
|
||||||
uint32_t _path_stack_pointer;
|
int _path_stack_pointer;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user