comparison: src/linetypes/comment.cpp
src/linetypes/comment.cpp
- changeset 134
- f77d2230e87c
- parent 132
- 488d0ba6070b
- child 141
- 185eb297dc1e
equal
deleted
inserted
replaced
10 |
10 |
11 ldraw::Object::Type ldraw::Comment::typeIdentifier() const |
11 ldraw::Object::Type ldraw::Comment::typeIdentifier() const |
12 { |
12 { |
13 return Type::Comment; |
13 return Type::Comment; |
14 } |
14 } |
|
15 |