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:
authorThorvald Natvig <slicer@users.sourceforge.net>2007-08-02 01:21:01 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2007-08-02 01:21:01 +0400
commit0ef9c344949eaa1e8927a0360df9db9e1634a68a (patch)
tree4c9766cfc536da2ad7a16a826462380ab3c50bfc /src/Timer.h
parent152d58b5c34222924661e299b79bfdfe9ad5e1c9 (diff)
Per-server logging
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@672 05730e5d-ab1b-0410-a4ac-84af385074fa
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 f8f90cca9..fa6d5c582 100644
--- a/src/Timer.h
+++ b/src/Timer.h
@@ -39,7 +39,7 @@ protected:
static quint64 now();
public:
Timer();
- quint64 elapsed();
+ quint64 elapsed() const;
quint64 restart();
};