summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsProgramStore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rs/rsProgramStore.cpp')
-rw-r--r--libs/rs/rsProgramStore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsProgramStore.cpp b/libs/rs/rsProgramStore.cpp
index 2ad65e9..8fe890b 100644
--- a/libs/rs/rsProgramStore.cpp
+++ b/libs/rs/rsProgramStore.cpp
@@ -25,7 +25,7 @@ ProgramStore::ProgramStore(Context *rsc,
bool colorMaskR, bool colorMaskG, bool colorMaskB, bool colorMaskA,
bool depthMask, bool ditherEnable,
RsBlendSrcFunc srcFunc, RsBlendDstFunc destFunc,
- RsDepthFunc depthFunc) : Program(rsc) {
+ RsDepthFunc depthFunc) : ProgramBase(rsc) {
memset(&mHal, 0, sizeof(mHal));
mHal.state.ditherEnable = ditherEnable;