File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ static const char *errMsg[] = {
92
92
// error number doesn't fall within the valid error number range, an empty
93
93
// string is returned.
94
94
// -----------------------------------------------------------------------------
95
- string njsMessages::Get (njsErrorType err, ...)
95
+ string njsMessages::Get (int err, ...)
96
96
{
97
97
char msg[NJS_MAX_ERROR_MSG_LEN + 1 ];
98
98
va_list vlist;
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ typedef enum {
99
99
// -----------------------------------------------------------------------------
100
100
class njsMessages {
101
101
public:
102
- static string Get (njsErrorType err, ...);
102
+ static string Get (int err, ...);
103
103
};
104
104
105
105
#endif /* __NJSMESSAGES_H__ */
You can’t perform that action at this time.
0 commit comments