OSDN Git Service

リンク処理記載
[nlite/nlite.git] / nlite / nlite_commentWrite.cpp
index 69c83c9..a3960ac 100644 (file)
@@ -160,7 +160,7 @@ LRESULT CCommentWriteWindow::OnCreate(LPCREATESTRUCT lpReateStruct){
        commentColorBox.SetCurSel(0);
        commentSizeBox.SetCurSel(0);
        commentPosBox.SetCurSel(0);
-       CFont font;
+       CFontHandle font;
        font = AtlGetDefaultGuiFont();
        CPaintDC pdc(*this);
        SIZE thisSize;