Skip to content

Commit

Permalink
Removed UInt32 usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Dair Grant authored and refnum committed Jul 30, 2013
1 parent 588162f commit 58bc4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/functors.html
Expand Up @@ -186,7 +186,7 @@ <h2>Example Usage</h2>

<div class="box_code_yellow">void MyFunction1(void);
void MyFunction2(const char *x);
void MyFunction3(UInt32 a, NTimerState theState);
void MyFunction3(uint32_t a, NTimerState theState);
...
mTimer.AddTimer(BindFunction(MyFunction1 ), 1.0f);
mTimer.AddTimer(BindFunction(MyFunction2, "2 secs" ), 2.0f);
Expand Down

0 comments on commit 58bc4a3

Please sign in to comment.