No real changes, just some typo fixes for previous commits.

Fix wxCOMPtr comment and don't use "s_" for non-static variable.

Closes #14227.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-04-16 12:12:15 +00:00
parent 580ffdf4c0
commit 6f3320bf3d
2 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
// Purpose: Smart pointer for COM interfaces.
// Author: PB
// Created: 2012-04-16
// RCS-ID: $Id: $
// RCS-ID: $Id$
// Copyright: (c) 2012 wxWidgets team
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
@@ -12,7 +12,7 @@
#define _WX_MSW_PRIVATE_COMPTR_H_
// ----------------------------------------------------------------------------
// wxCOMPtr: Minimalistic a smart pointer for use with COM interfaces.
// wxCOMPtr: A minimalistic smart pointer for use with COM interfaces.
// ----------------------------------------------------------------------------
template <class T>