Skip to content

Commit

Permalink
Fixed threading bug: AppId could be temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Stigsen committed Nov 2, 2009
1 parent eb315b9 commit 39bb434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppVersion.h
Expand Up @@ -8,7 +8,7 @@ class AppVersion {
AppVersion(const wxString& _appid, const unsigned int _version, const bool _isregistered, const int _daysleftoftrial):
AppId(_appid), Version(_version), IsRegistered(_isregistered), DaysLeftOfTrial(_daysleftoftrial) {};

const wxString& AppId;
const wxString AppId;
const unsigned int Version;
const bool IsRegistered;
const int DaysLeftOfTrial;
Expand Down

0 comments on commit 39bb434

Please sign in to comment.