diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-20 22:10:42 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-20 22:10:42 (GMT) |
| commit | 4949a5eac05339a4a82280588c97e948f134dfcb (patch) | |
| tree | 3678fd10dda234d5888bae73f56169b23564649c /src/elements/watr.cpp | |
| parent | c8073657fcbfd1bfa72538d7babe4964857e7101 (diff) | |
| download | powder-4949a5eac05339a4a82280588c97e948f134dfcb.zip powder-4949a5eac05339a4a82280588c97e948f134dfcb.tar.gz | |
Fix case for header files
Diffstat (limited to 'src/elements/watr.cpp')
| -rw-r--r-- | src/elements/watr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/watr.cpp b/src/elements/watr.cpp index b44fa22..9451a82 100644 --- a/src/elements/watr.cpp +++ b/src/elements/watr.cpp @@ -1,4 +1,4 @@ -#include "simulation/element.h" +#include "simulation/Element.h" int update_WATR(UPDATE_FUNC_ARGS) { int r, rx, ry; |
