X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FSpacing.h;h=c4254608928141b57c1f223699118cd1e39a8adb;hb=56b1078e78310a838b444c4ff1ae53d199e74282;hp=cf1faa59a2f91cc43dc5b13a5b216f34c200535d;hpb=627f2c70fa6d5c75ef4dfe4e7252adc7c141e6f4;p=lyx.git diff --git a/src/tex2lyx/Spacing.h b/src/tex2lyx/Spacing.h index cf1faa59a2..c425460892 100644 --- a/src/tex2lyx/Spacing.h +++ b/src/tex2lyx/Spacing.h @@ -13,8 +13,13 @@ * re-invent the wheel. */ -#ifndef SPACING_H -#define SPACING_H +#ifndef TEX2LYX_SPACING_H +#define TEX2LYX_SPACING_H + +#include + + +namespace lyx { class Spacing { public: @@ -26,8 +31,13 @@ public: Other, Default }; - - void set(Spacing::Space, float = 1.0) {} + /// + void set(Spacing::Space, double = 1.0) {} + /// + void set(Spacing::Space, std::string const &) {} }; -#endif // NOT SPACING_H + +} // namespace lyx + +#endif // TEX2LYX_SPACING_H