diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2014-01-30 03:36:23 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2014-01-30 03:36:23 +0000 |
| commit | 9072b0c98ba4f9412885a1a32002ee7214fd3dc0 (patch) | |
| tree | 1f6f205c8f28da415fd12ce4a835b83efc52fb8c /src/stable/minicron.cpp | |
| parent | 86e37bec7b2101555635201f83352c0e054f1849 (diff) | |
| download | libbu++-9072b0c98ba4f9412885a1a32002ee7214fd3dc0.tar.gz libbu++-9072b0c98ba4f9412885a1a32002ee7214fd3dc0.tar.bz2 libbu++-9072b0c98ba4f9412885a1a32002ee7214fd3dc0.tar.xz libbu++-9072b0c98ba4f9412885a1a32002ee7214fd3dc0.zip | |
Attempting to fix OSX compatibility, it's not 100%, but it builds and most things seem to work. We've also tested against LLVM.
Diffstat (limited to '')
| -rw-r--r-- | src/stable/minicron.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stable/minicron.cpp b/src/stable/minicron.cpp index 2f7e868..9d98682 100644 --- a/src/stable/minicron.cpp +++ b/src/stable/minicron.cpp | |||
| @@ -317,7 +317,7 @@ time_t Bu::MiniCron::TimerBasic::nextTime() | |||
| 317 | if( tLast == -1 ) | 317 | if( tLast == -1 ) |
| 318 | tLast = time( NULL ); | 318 | tLast = time( NULL ); |
| 319 | 319 | ||
| 320 | Bu::String::const_iterator i = sSpec.begin(); | 320 | Bu::String::const_iterator i = const_cast<const Bu::String &>(sSpec).begin(); |
| 321 | switch( lex( i ) ) | 321 | switch( lex( i ) ) |
| 322 | { | 322 | { |
| 323 | case tokDaily: | 323 | case tokDaily: |
