Skip to content

Commit

Permalink
Updated todo
Browse files Browse the repository at this point in the history
Fixed a missing definition in film.cc
  • Loading branch information
Johan Mathe committed Oct 6, 2012
1 parent 113ebf8 commit 773c985
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion TODO
@@ -1,5 +1,4 @@
TODO:

- Clean the code with google styleguide
- Migrate to a better build system
- Integrate patches from various contributors
4 changes: 4 additions & 0 deletions src/film.cc
Expand Up @@ -14,6 +14,10 @@
* johmathe $ $Date: 2010-10-01 01:35:11 +0200 (Fri, 01 Oct 2010) $
*/

#ifndef UINT64_C
#define UINT64_C(c) (c ## ULL)
#endif

#ifdef WXWIDGETS
#include <wx/msgdlg.h>
#include <wx/thread.h>
Expand Down

0 comments on commit 773c985

Please sign in to comment.