OSDN Git Service

drm_hwcomposer: reimplement Dump for DrmDisplayCompositor
[android-x86/external-drm_hwcomposer.git] / drm_hwcomposer.h
index 1490438..66c2c81 100644 (file)
@@ -171,7 +171,7 @@ class DrmHwcBuffer {
     return *this;
   }
 
-  operator bool() {
+  operator bool() const {
     return importer_ != NULL;
   }