File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ bool operator==( const _com_ptr_t& p ) throw();
3333template<>
3434bool operator==( _com_ptr_t& p ) throw();
3535
36- bool operator==( Int null );
36+ bool operator==( int null );
3737
3838template<typename _OtherIID>
3939bool operator!=( const _com_ptr_t<_OtherIID>& p );
@@ -44,7 +44,7 @@ bool operator!=( _com_ptr_t<_OtherIID>& p );
4444template<typename _InterfaceType>
4545bool operator!=( _InterfaceType* p );
4646
47- bool operator!=( Int null );
47+ bool operator!=( int null );
4848
4949template<typename _OtherIID>
5050bool operator<( const _com_ptr_t<_OtherIID>& p );
Original file line number Diff line number Diff line change @@ -102,9 +102,9 @@ public:
102102CMFCRibbonComboBox (
103103 UINT nID,
104104 BOOL bHasEditBox=TRUE,
105- Int nWidth=-1,
105+ int nWidth=-1,
106106 LPCTSTR lpszLabel=NULL,
107- Int nImage=-1);
107+ int nImage=-1);
108108
109109protected:
110110CMFCRibbonComboBox();
You can’t perform that action at this time.
0 commit comments