summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorMartin Miller2017-03-19 15:16:01 -0500
committerMartin Miller2017-03-19 15:16:01 -0500
commitb0d5345cb36ad7dc82eb6fccd9521d1f09d4f6b7 (patch)
treee408eb730b20e22a205ae6cf6e259a67a555c32d /src/main.h
parent92e9c6c89ec789926084e885d6439a3477b91b04 (diff)
downloadrefslam-b0d5345cb36ad7dc82eb6fccd9521d1f09d4f6b7.zip
refslam-b0d5345cb36ad7dc82eb6fccd9521d1f09d4f6b7.tar.gz
Fix img handling
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 9e1b656..1f29309 100644
--- a/src/main.h
+++ b/src/main.h
@@ -21,7 +21,7 @@ int parseLine(char *line, message *msg);
timestamp update_dt(const timestamp t, timestamp *t_old);
void covCallback(const message &msg, Matrix<double,9,9> &P, const Quaterniond &q);
-void imgCallback(const message *msg);
+void imgCallback(const message &msg);
void imuCallback(const message &msg, State &mu, const Quaterniond &q, const timestamp dt);
void pvaCallback(const message &msg, Matrix<double,9,1> &X, Quaterniond &q);
void utmCallback(const message &msg, State &mu);