We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f572281 commit 62e72ceCopy full SHA for 62e72ce
sandboxed_api/sandbox.h
@@ -33,6 +33,7 @@
33
#include "sandboxed_api/rpcchannel.h"
34
#include "sandboxed_api/sandbox2/notify.h"
35
#include "sandboxed_api/sandbox2/result.h"
36
+#include "sandboxed_api/sandbox2_backend.h"
37
#include "sandboxed_api/sandbox_config.h"
38
#include "sandboxed_api/var_abstract.h"
39
#include "sandboxed_api/var_reg.h"
@@ -217,8 +218,7 @@ class SandboxImpl : public SandboxBase {
217
218
Backend backend_;
219
};
220
-template <typename Backend>
221
-using Sandbox = SandboxImpl<Backend>;
+using Sandbox = SandboxImpl<Sandbox2Backend>;
222
223
} // namespace sapi
224
0 commit comments