Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Hacker <dd0t@users.sourceforge.net>2011-03-09 06:47:12 +0300
committerStefan Hacker <dd0t@users.sourceforge.net>2011-03-09 06:47:44 +0300
commitfb61d506e5d133de7bdafd8fcdb83842a4e0db6d (patch)
tree72eb35bff33c8033bff096ae2a06dc137933f730 /src/Timer.h
parente83cec010619c4de55315bfa9d3e7c252b7fa507 (diff)
Fix Timer includes all over the codebase and fix some pro/pri buildfiles.
Diffstat (limited to 'src/Timer.h')
-rw-r--r--src/Timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Timer.h b/src/Timer.h
index 4b003f9e4..a4f166011 100644
--- a/src/Timer.h
+++ b/src/Timer.h
@@ -33,7 +33,7 @@
// All timer resolutions are in microseconds.
-struct Timer {
+class Timer {
protected:
quint64 uiStart;
static quint64 now();