diff options
Diffstat (limited to 'cmds/bootanimation/BootAnimation.h')
-rw-r--r-- | cmds/bootanimation/BootAnimation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/bootanimation/BootAnimation.h b/cmds/bootanimation/BootAnimation.h index 7a597da533ee..4c378cbc48bd 100644 --- a/cmds/bootanimation/BootAnimation.h +++ b/cmds/bootanimation/BootAnimation.h @@ -161,7 +161,7 @@ private: void addTimeDirWatch(); int mInotifyFd; - int mSystemWd; + int mBootAnimWd; int mTimeWd; BootAnimation* mBootAnimation; }; |