commit | 69cea063896de78c2b99f0fabca203f2eee78e7c | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Wed Jul 12 14:23:37 2023 -0700 |
committer | Ed Tanous <edtanous@google.com> | Wed Jul 12 14:52:39 2023 -0700 |
tree | 7b08a191cba706a0e195e70f7fdef4b79c3ffbd5 | |
parent | 6d421739ce4273c298da0124a4d3b9201d2eafd6 [diff] [blame] |
Use scopes for construction Change-Id: I92ed65c2b47ad427a36cce7de7db82162f53f28c Signed-off-by: Ed Tanous <edtanous@google.com>
diff --git a/test/test_error_notification.cpp b/test/test_error_notification.cpp index 270932f..bfcf8e9 100644 --- a/test/test_error_notification.cpp +++ b/test/test_error_notification.cpp
@@ -17,7 +17,7 @@ { public: OBMCErrorNotification notif; - TestErrorNotification() + TestErrorNotification() : notif(0, 0, 0, "") { // Empty }