diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2010-01-04 12:55:30 +0100 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2010-01-04 12:55:30 +0100 |
commit | 8f5c4e358a71fd5c82709da686121cac476f952d (patch) | |
tree | 787e638d828afafac9057a5c5345fe3417aa1fff /dxr3output.h | |
parent | 5bf4e0e90b251eb9d90f2465a9e6ed199efbc121 (diff) | |
download | vdr-plugin-dxr3-8f5c4e358a71fd5c82709da686121cac476f952d.tar.gz vdr-plugin-dxr3-8f5c4e358a71fd5c82709da686121cac476f952d.tar.bz2 |
rename Uncopyable.h to uncopyable.h
Diffstat (limited to 'dxr3output.h')
-rw-r--r-- | dxr3output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3output.h b/dxr3output.h index 7d94e7d..abd21c6 100644 --- a/dxr3output.h +++ b/dxr3output.h @@ -24,7 +24,7 @@ #include "dxr3syncbuffer.h" #include "dxr3audiodecoder.h" -#include "Uncopyable.h" +#include "uncopyable.h" class iAudio; |