summaryrefslogtreecommitdiffstats
path: root/app/win_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/win_util.h')
-rw-r--r--app/win_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/win_util.h b/app/win_util.h
index 3140fbe..27a3358 100644
--- a/app/win_util.h
+++ b/app/win_util.h
@@ -42,7 +42,7 @@ class CoMemReleaser {
CoTaskMemFree(mem_ptr_);
}
- T** operator&() {
+ T** operator&() { // NOLINT
return &mem_ptr_;
}