Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix incorrect signature for ofGetTimestampString #2977

Merged
merged 1 commit into from
May 12, 2014

Conversation

admsyn
Copy link
Member

@admsyn admsyn commented May 12, 2014

This looks like the last regression from #2914 . I flipped on "Missing Function Prototypes" in Xcode, which found this one and no others in ofUtils.h, so that should be it.

Aside: there's a few internal OF functions which throw warnings for this (ofGLReadyCallback(), ofURLFileLoaderShutdown(), ofInitFreeImage()) but nothing in the OF headers.

ping @kylemcdonald , @bakercp

admsyn added a commit that referenced this pull request May 12, 2014
fix incorrect signature for ofGetTimestampString
@admsyn admsyn merged commit e92ac41 into openframeworks:master May 12, 2014
@admsyn admsyn deleted the fix-timestamp-string-signature branch May 12, 2014 22:16
@bakercp
Copy link
Member

bakercp commented May 12, 2014

Yeah, sorry about that if it was my fault. I'm usually one to add const corrections, not take them away ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants