diff options
| author | MarcoFalke <[email protected]> | 2016-04-03 11:49:36 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-04-03 11:58:01 +0200 |
| commit | fada0c422c081ba53a324aaf63c0a750cb56498e (patch) | |
| tree | cb5bfc67fed9a66c67582fa4ade5fe77b8442259 /src/utiltime.cpp | |
| parent | Merge #7691: [Wallet] refactor wallet/init interaction (diff) | |
| download | discoin-fada0c422c081ba53a324aaf63c0a750cb56498e.tar.xz discoin-fada0c422c081ba53a324aaf63c0a750cb56498e.zip | |
[doc] Fix doxygen comments for members
Diffstat (limited to 'src/utiltime.cpp')
| -rw-r--r-- | src/utiltime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utiltime.cpp b/src/utiltime.cpp index 91b40d999..da590f888 100644 --- a/src/utiltime.cpp +++ b/src/utiltime.cpp @@ -14,7 +14,7 @@ using namespace std; -static int64_t nMockTime = 0; //! For unit testing +static int64_t nMockTime = 0; //!< For unit testing int64_t GetTime() { |