Skip to content

Commit 120e03a

Browse files
committed
add type to template
1 parent 913f5d8 commit 120e03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GWG/GWG.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class GWG {
5555
, _onResponseCallback(nullptr)
5656
, _onErrorCallback(nullptr) {
5757
assert(interface != nullptr);
58-
_interface = new(std::nothrow) VitoWiFiInternals::GenericInterface(interface);
58+
_interface = new(std::nothrow) VitoWiFiInternals::GenericInterface<C>(interface);
5959
if (!_interface) {
6060
vw_log_e("Could not create serial interface");
6161
vw_abort();

0 commit comments

Comments
 (0)