diff options
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h index b844676..331a0b2 100644 --- a/src/utils.h +++ b/src/utils.h @@ -73,6 +73,6 @@ void printEnsemble(const std::shared_ptr<dabEnsemble>& ensemble); void printSubchannels(const vec_sp_subchannel& subchannels); -long hexparse(const std::string& input); +unsigned long hexparse(const std::string& input); bool stringEndsWith(std::string const &fullString, std::string const &ending); |