summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsProgramFragmentStore.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rs/rsProgramFragmentStore.h')
-rw-r--r--libs/rs/rsProgramFragmentStore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsProgramFragmentStore.h b/libs/rs/rsProgramFragmentStore.h
index 3f9d8c9..3412c99 100644
--- a/libs/rs/rsProgramFragmentStore.h
+++ b/libs/rs/rsProgramFragmentStore.h
@@ -28,7 +28,7 @@ class ProgramFragmentStoreState;
class ProgramFragmentStore : public Program
{
public:
- ProgramFragmentStore(Context *, Element *in, Element *out);
+ ProgramFragmentStore(Context *);
virtual ~ProgramFragmentStore();
virtual void setupGL(const Context *, ProgramFragmentStoreState *);