diff options
Diffstat (limited to 'src/pugixpath.cpp')
-rw-r--r-- | src/pugixpath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pugixpath.cpp b/src/pugixpath.cpp index 4261945..fce7459 100644 --- a/src/pugixpath.cpp +++ b/src/pugixpath.cpp @@ -64,7 +64,7 @@ namespace 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10
};
- bool is_chartypex(char c, chartypex ct)
+ inline bool is_chartypex(char c, chartypex ct)
{
return !!(chartypex_table[static_cast<unsigned char>(c)] & ct);
}
|