blob: a2899ecf8b60275dd416f9e1f8ce49a8cd30c77c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// Copyright: Matra-Datavision 1994
// File: IFSelect_SelectIncorrectEntities.cxx
// Created: Fri Sep 2 11:15:01 1994
// Author: Christian CAILLET
// <cky>
#include <IFSelect_SelectIncorrectEntities.ixx>
IFSelect_SelectIncorrectEntities::IFSelect_SelectIncorrectEntities ()
: IFSelect_SelectFlag ("Incorrect") { }
|