Skip to content

Commit

Permalink
Use correct member variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Jan 15, 2024
1 parent da1921b commit 36dba64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xSchedule/xSMSDaemon/SMSMessage.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class SMSMessage

wxString GetUIMessage() const
{
if (!_message.empty())
if (!_wmessage.empty())
{
return wxString(_from) + ": " + wxString(_wmessage);
}
Expand Down

0 comments on commit 36dba64

Please sign in to comment.