Skip to content

Commit

Permalink
Fix void setRelaunchFlag() to be public
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Nov 3, 2017
1 parent 1e196e7 commit 13fd5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SparkleAutoUpdater.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ class SparkleAutoUpdater : public AutoUpdater
bool automaticallyDownloadsUpdates() override;

bool justUpdated() override;
void setRelaunchFlag();

private:
class Private;
Private* d;
bool relaunchedFromUpdate;
void setRelaunchFlag();
};

#endif

0 comments on commit 13fd5d5

Please sign in to comment.