Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse Titan
titan.core
Commits
d47ff005
Unverified
Commit
d47ff005
authored
Dec 11, 2020
by
Lenard Nagy
Committed by
GitHub
Dec 11, 2020
Browse files
Merge pull request #154 from ppank5/master
Bugfix: bug 568742
parents
f04bb339
08c39174
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler2/ttcn3/Ttcnstuff.cc
View file @
d47ff005
...
...
@@ -3478,7 +3478,7 @@ namespace Ttcn {
local_id
.
get_dispname
().
c_str
());
}
else
if
(
base_func
->
get_visibility
()
==
NOCHANGE
&&
(
local_func
->
get_visibility
()
!=
PUBLIC
||
local_func
->
get_visibility
()
!=
NOCHANGE
)
)
{
local_func
->
get_visibility
()
!=
PUBLIC
&&
local_func
->
get_visibility
()
!=
NOCHANGE
)
{
local_def
->
error
(
"Protected methods can be only overridden by "
"public or protected methods `%s'"
,
local_id
.
get_dispname
().
c_str
());
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment