Ignore:
Timestamp:
Mar 23, 2009, 12:15:39 AM (16 years ago)
Author:
Paul Smedley
Message:

Build fixes for Watcom 1.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/drv16/maudio.cpp

    r237 r418  
    7070// if these haven't been redefined by the sub-classes.
    7171//******************************************************************************
    72 virtual int MIDIAUDIO::writeByte(OSSSTREAMID StreamId, BYTE b)
     72int MIDIAUDIO::writeByte(OSSSTREAMID StreamId, BYTE b)
    7373{
    7474   return 0;    // Failure.
     
    7676//******************************************************************************
    7777//******************************************************************************
    78 virtual int MIDIAUDIO::readByte(OSSSTREAMID StreamId)
     78int MIDIAUDIO::readByte(OSSSTREAMID StreamId)
    7979{
    8080   return -1;   // Failure.
Note: See TracChangeset for help on using the changeset viewer.