svn path=/Slnkdwf/trunk/; revision=12514
This commit is contained in:
Jos Groot Lipman
2011-09-14 20:04:06 +00:00
parent 6cba977071
commit b377a4cf4d

View File

@@ -24,7 +24,7 @@ STDMETHODIMP CSLNKBarcode::InterfaceSupportsErrorInfo(REFIID riid)
STDMETHODIMP CSLNKBarcode::get_Text(BSTR* pVal)
{
// TODO: Add your implementation code here
*pVal = m_text.AllocSysString();
return S_OK;
}