diff options
Diffstat (limited to 'src/KLV.h')
| -rwxr-xr-x | src/KLV.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ /* -Copyright (c) 2005-2011, John Hurst +Copyright (c) 2005-2016, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -107,6 +107,7 @@ inline const char* ui64sz(ui64_t i, char* buf) const char* EncodeString(char* str_buf, ui32_t buf_len) const; bool operator==(const UL& rhs) const; + bool operator<(const UL& rhs) const; bool MatchIgnoreStream(const UL& rhs) const; bool ExactMatch(const UL& rhs) const; }; |
