summaryrefslogtreecommitdiff
path: root/src/font_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/font_asset.h')
-rw-r--r--src/font_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font_asset.h b/src/font_asset.h
index 13333777..d0999322 100644
--- a/src/font_asset.h
+++ b/src/font_asset.h
@@ -32,7 +32,7 @@ class FontAsset : public Asset
{
public:
FontAsset (boost::filesystem::path file);
-
+
private:
std::string pkl_type (Standard standard) const;
};