Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: ppapi/native_client/src/trusted/plugin/callback_source.h

Issue 10536181: Declare virtual destructor in Nacl plugin CallbackSource to fix mac build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/trusted/plugin/callback_source.h
diff --git a/ppapi/native_client/src/trusted/plugin/callback_source.h b/ppapi/native_client/src/trusted/plugin/callback_source.h
index 23977617658d33a2380a84dc46df8f8844c10a6a..928a577edab1917a441778e7808be3a437b1aef4 100644
--- a/ppapi/native_client/src/trusted/plugin/callback_source.h
+++ b/ppapi/native_client/src/trusted/plugin/callback_source.h
@@ -24,6 +24,7 @@ namespace plugin {
template<class T>
class CallbackSource {
public:
+ virtual ~CallbackSource();
// Returns a callback from callback_factory's NewCallbackWithOutput,
// bound to the implementing object.
virtual pp::CompletionCallbackWithOutput<T> GetCallback() = 0;
« no previous file with comments | « no previous file | ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698