Skip to content

Commit a241127

Browse files
authored
Merge pull request #52 from ethz-asl/cleanup/minor
Cleanup/minor
2 parents 08a517f + 30830e9 commit a241127

File tree

2 files changed

+2
-30
lines changed

2 files changed

+2
-30
lines changed

.gitignore

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1 @@
1-
# Compiled Object files
2-
*.slo
3-
*.lo
4-
*.o
5-
*.obj
6-
7-
# Precompiled Headers
8-
*.gch
9-
*.pch
10-
11-
# Compiled Dynamic libraries
12-
*.so
13-
*.dylib
14-
*.dll
15-
16-
# Fortran module files
17-
*.mod
18-
*.smod
19-
20-
# Compiled Static libraries
21-
*.lai
22-
*.la
23-
*.a
24-
*.lib
25-
26-
# Executables
27-
*.exe
28-
*.out
29-
*.app
1+
debian/

cuckoo_time_translator/include/cuckoo_time_translator/DeviceTimeTranslator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class NS {
5858
std::string nameSpace_;
5959
};
6060

61-
class KalmanOwtConfig;
61+
struct KalmanOwtConfig;
6262
class OwtFactory;
6363
class OneWayTranslator;
6464

0 commit comments

Comments
 (0)