Changeset 27578

Show
Ignore:
Timestamp:
11/16/08 20:25:22 (2 months ago)
Author:
sts
Message:

* compile fix for vc++

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lyx-devel/trunk/src/BufferView.cpp

    r27575 r27578  
    898898                break; 
    899899 
    900         case LFUN_COPY_LABEL_AS_REF: 
     900        case LFUN_COPY_LABEL_AS_REF: { 
    901901                // if there is an inset at cursor, see whether it 
    902902                // handles the lfun, other start from scratch 
     
    905905                        flag = lyx::getStatus(cmd); 
    906906                break; 
     907        } 
    907908 
    908909        case LFUN_NEXT_INSET_TOGGLE: