aboutsummaryrefslogtreecommitdiff
path: root/trunk-recorder/systems/system_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk-recorder/systems/system_impl.h')
-rw-r--r--trunk-recorder/systems/system_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk-recorder/systems/system_impl.h b/trunk-recorder/systems/system_impl.h
index 63850f36..24c042cb 100644
--- a/trunk-recorder/systems/system_impl.h
+++ b/trunk-recorder/systems/system_impl.h
@@ -166,7 +166,7 @@ public:
void set_source(Source *);
Talkgroup *find_talkgroup(long tg);
Talkgroup *find_talkgroup_by_freq(double freq);
- UnitTag *find_unit_tag(long unitID);
+ std::string find_unit_tag(long unitID);
void set_talkgroups_file(std::string);
void set_channel_file(std::string channel_file);
bool has_channel_file();