diff options
author | Mike Buland <Mike.Buland@mjfirm.com> | 2016-10-20 07:20:44 -0600 |
---|---|---|
committer | Mike Buland <Mike.Buland@mjfirm.com> | 2016-10-20 07:20:44 -0600 |
commit | 2c857684d920f502d72a42f97f7b57e5e72ba2f8 (patch) | |
tree | ed35c59dfd749abcc55acb8cff201f8393c07d2f | |
parent | 5a2fb468527f703cb1d2cb12fd0538498902016f (diff) | |
parent | 30f966db3f4b01f06c0f43d98d24095de66af7b4 (diff) | |
download | lost-2c857684d920f502d72a42f97f7b57e5e72ba2f8.tar.gz lost-2c857684d920f502d72a42f97f7b57e5e72ba2f8.tar.bz2 lost-2c857684d920f502d72a42f97f7b57e5e72ba2f8.tar.xz lost-2c857684d920f502d72a42f97f7b57e5e72ba2f8.zip |
Merge branch 'master' of xagasoft.com:git/lost
-rwxr-xr-x[-rw-r--r--] | build.sh | 0 | ||||
-rw-r--r-- | src/font.h | 2 |
2 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ public: | |||
16 | { | 16 | { |
17 | public: | 17 | public: |
18 | Glyph() : | 18 | Glyph() : |
19 | pData( NULL ) | 19 | pData( 0 ) |
20 | { } | 20 | { } |
21 | ~Glyph() | 21 | ~Glyph() |
22 | { delete[] pData; } | 22 | { delete[] pData; } |