소스 검색

Compile fix for gcc 4.8.3

Removed compile breakting redefinition of UA_Subscription
Ivo Schenk 9 년 전
부모
커밋
876ad0dea9
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/ua_session.h

+ 0 - 1
src/ua_session.h

@@ -17,7 +17,6 @@ struct ContinuationPointEntry {
 };
 
 struct UA_Subscription;
-typedef struct UA_Subscription UA_Subscription;
 
 struct UA_Session {
     UA_ApplicationDescription clientDescription;