Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
changed to pointer
  • Loading branch information
MPIBR-kretschmerf committed Jun 1, 2017
1 parent 3578c6a commit 7665372
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.cpp
@@ -1,8 +1,10 @@
#include "SpinnakerCapture.h"
#include <QDebug>

int main(int argc, char *argv[])
{
SpinnakerCapture spinnakerCapture();
SpinnakerCapture* spinnakerCapture = new SpinnakerCapture();

delete spinnakerCapture;
return 0;
}

0 comments on commit 7665372

Please sign in to comment.