Skip to content

Commit

Permalink
Fix boost::bind deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Jun 24, 2024
1 parent 5899826 commit 9399f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/GUI/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <iostream>
#include <math.h>
#include <qtimer.h>
#include <boost/bind.hpp>
#include <boost/bind/bind.hpp>

using namespace std;
using tactile::PieceWiseLinearCalib;
Expand Down

0 comments on commit 9399f54

Please sign in to comment.